home *** CD-ROM | disk | FTP | other *** search
/ .net (French) 1996 November / .net Magazine (FR) - Issue 01 - Nov 1996.iso / mac / Edition Web / HTMLedit173-ppc / HTML.edit 1.7.3 (ppc) / HTML.edit 1.7.3 (ppc).rsrc / TEXT_1894_HyperText Menu.txt < prev    next >
Text File  |  1996-09-16  |  3KB  |  48 lines

  1.  
  2. HyperText Menu
  3.  
  4. The HyperText menu contains three commands and five hierarchical submenus, divided into sections as follows:
  5.  
  6. Structure
  7. The Structure submenu contains commands related to the overall SGML/HTML structure of your document. 
  8.  
  9. Format
  10. The Format submenu contains commands that modify a section of text by placing it into a specific construct, such as various types of lists, menus, directories, glossaries, etc., as apart from logical or physical character (ie., font) formatting such as Emphasis or Bold.
  11.  
  12. Image
  13. Choosing the Image... command displays the Image Utility, which assists in creation of image tags.
  14.  
  15. Note that the HTML code describing a thumbnail image which clicks to a full size image is:
  16.  
  17.  <A HREF="Fullsize.GIF"><IMG SRC="Thumbnail.GIF"></A>
  18.  
  19. Entity
  20. The Entity submenu contains commands related to the entry, conversion and reconversion of HTML special character entities, such as ΓÇó, ΓÇó, ΓÇó, &, <, >, etc.
  21.  
  22. Comment
  23. To add non-displayed comments to an HTML document, use a comment element. An HTML comment is structured as a block which may contain one or more comments. The comment block begins with "<!" and ends with ">", each comment beginning and ending with a double dash. For example:
  24.  
  25.    <!-- Id: ISBN 0-8048-0644-6 1985/03/22 15:30:00 --
  26.    -- This document contains all text of the proposed manuscript. --
  27.    -- M. Roth and C. Tuttle have done some minor editing. -->
  28.  
  29. or
  30.  
  31.    <!-- This is a simple comment. -->
  32.  
  33. To comment a selection of text, choose the Comment command from the HyperText menu or type Command-"ΓÇô" (minus).
  34.  
  35. Note that some early implementations of HTML mistakenly considered any ">" character as closing a comment.
  36.  
  37. Uncomment
  38. To uncomment (ie., unhide) a selection of text, choose the Uncomment command from the HyperText menu or type Command-"+" (plus). Note that the first four characters of the selection must be "<!--" and the last three "-->" for this command to function.
  39.  
  40. ΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇô
  41.  
  42. Index and Hilight HTML
  43. Choosing the Index HTML command and a specific HTML format returns a list of all occurrences of that format within the document. To close the Index list, click on its close box. Alternately, the Hilight HTML command hilights (bold or underline) specific instances of an HTML format within the current document.
  44.  
  45. Note that formats related directly to physical (AKA typographic) or semantic (AKA idiomatic) style are found under the Font menu (the "A " palette button).
  46.  
  47. Back to Utility menu, on to Anchor menu, or return to Tool Palette Menus.
  48.